home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Multimedia / MediaPortal 0.2.3.0 / MediaPortal_0.2.3.0_Setup.exe / skin / BlueTwo wide / videoOverlay.xml < prev    next >
Extensible Markup Language  |  2007-11-15  |  3KB  |  99 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <window>
  3.   <id>3000</id>
  4.   <defaultcontrol>2</defaultcontrol>
  5.   <controls>
  6.     <control>
  7.       <description>play time label</description>
  8.       <type>label</type>
  9.       <id>2</id>
  10.       <posX>360</posX>
  11.       <posY>626</posY>
  12.       <label>#currentplaytime</label>
  13.       <align>left</align>
  14.       <font>font72</font>
  15.       <textcolor>20ffffff</textcolor>
  16.       <animation effect="fade" time="250">WindowClose</animation>
  17.       <animation effect="fade" time="250">WindowOpen</animation>
  18.     </control>
  19.     <control>
  20.       <description>play logo</description>
  21.       <type>image</type>
  22.       <id>3</id>
  23.       <posX>37</posX>
  24.       <posY>528</posY>
  25.       <texture>logo_play.png</texture>
  26.       <animation effect="fade" time="250">WindowClose</animation>
  27.       <animation effect="fade" time="250">WindowOpen</animation>
  28.     </control>
  29.     <control>
  30.       <description>Pause logo</description>
  31.       <type>image</type>
  32.       <id>4</id>
  33.       <posX>36</posX>
  34.       <posY>525</posY>
  35.       <texture>logo_pause.png</texture>
  36.       <animation effect="fade" time="250">WindowClose</animation>
  37.       <animation effect="fade" time="250">WindowOpen</animation>
  38.     </control>
  39.     <control>
  40.       <description>FF logo</description>
  41.       <type>image</type>
  42.       <id>7</id>
  43.       <posX>18</posX>
  44.       <posY>528</posY>
  45.       <texture>logo_fastforward.png</texture>
  46.       <animation effect="fade" time="250">WindowClose</animation>
  47.       <animation effect="fade" time="250">WindowOpen</animation>
  48.     </control>
  49.     <control>
  50.       <description>RW logo</description>
  51.       <type>image</type>
  52.       <id>8</id>
  53.       <posX>18</posX>
  54.       <posY>528</posY>
  55.       <texture>logo_rewind.png</texture>
  56.       <animation effect="fade" time="250">WindowClose</animation>
  57.       <animation effect="fade" time="250">WindowOpen</animation>
  58.     </control>
  59.     <control>
  60.       <description>scrolling info label</description>
  61.       <type>fadelabel</type>
  62.       <width>180</width>
  63.       <height>40</height>
  64.       <posX>170</posX>
  65.       <posY>705</posY>
  66.       <font>font13</font>
  67.       <label>#Play.Current.Title\r#Play.Current.Genre\r#Play.Current.Year\r#Play.Current.Director</label>
  68.       <animation effect="fade" time="250">WindowClose</animation>
  69.       <animation effect="fade" time="250">WindowOpen</animation>
  70.       <id>5</id>
  71.     </control>
  72.     <control>
  73.       <description>video rectangle</description>
  74.       <type>image</type>
  75.       <id>0</id>
  76.       <posX>142</posX>
  77.       <posY>532</posY>
  78.       <width>214</width>
  79.       <height>178</height>
  80.       <texture>playback_background.png</texture>
  81.       <animation effect="fade" time="250">WindowClose</animation>
  82.       <animation effect="fade" time="250">WindowOpen</animation>
  83.     </control>
  84.     <control>
  85.       <description>video preview window</description>
  86.       <type>videowindow</type>
  87.       <id>1</id>
  88.       <posX>157</posX>
  89.       <posY>546</posY>
  90.       <width>180</width>
  91.       <height>144</height>
  92.       <action>18</action>
  93.       <textureFocus>tv_green_border.png</textureFocus>
  94.       <animation effect="fade" time="250">WindowClose</animation>
  95.       <animation effect="fade" time="250">WindowOpen</animation>
  96.     </control>
  97.   </controls>
  98. </window>
  99.